home *** CD-ROM | disk | FTP | other *** search
- RPORT --- port redirection for RIFS
-
- RPORT [lpt[1 | 2 | 3] | com[1 | 2 | 3 | 4]] TO
- [lpt[1 | 2 | 3] | com[1 | 2 | 3 | 4] | filename] {BUFFER # {TIMEOUT #}}
-
- redirect client port --> server port
- BUFFER is optional. If it exists, (#) characters are buffered before
- being sent. When a printer is buffered, printer status will always
- be 0x80 (printer not busy).
- If the printer is redirected to a file and the disk becomes full,
- all further output is simply lost.
- TIMEOUT is also optional, and can only be used with BUFFER. It is the
- number of seconds of inactivity before the buffer if flushed. The
- default is 2 seconds.
-
- RPORT [lpt[1 | 2 | 3] | com[1 | 2 | 3 | 4]] RESET
-
- Reset port to local. This will sever the connection, and close the
- file if one was open, and release the buffer.
-
- The RPORT command requires 2K of space internally in addition to the
- number of BUFFERs.
-
-